The INSERT error transfers control to the exit handler for that SQLSTATE code. INSERT错误将控制转移到SQLSTATE代码的退出处理程序。
You use this type of assertion to check if a proper error message is emitted in case of bad input to a routine or if the process exits with a proper exit code. 使用这种断言检查在例程的输入错误的情况下是否发出正确的错误消息,或者例程是否退出并返回正确的退出码。
By adding a simple function to display a message and exit with the appropriate return code as well as moving everything into a for loop, the script looks cleaner and is easier to understand. 这个脚本增加了一个简单的函数来显示一个消息并带适当的返回码退出,还把所有操作转移到一个for循环中,这使这个脚本看起来更干净、更容易理解了。
In the case of EXIT, we can return the operating system-dependent return code based on the error scenario. 通过使用EXIT,可以基于错误情况返回依赖于操作系统的返回代码。
Alternatively, you can replace the calls to exit ( status) in your code and the return statement in main() function with a call to the purify_exit ( status) function. 另一方面,您可以在您的代码中将这些命令替代为退出(状态),以及替换带有purifyexit(status)功能的main()中的为返回陈述。
The packstring you use gets the username, userid, ttyline, PID, utmp type, terminal exit code, and time. 您所使用的packstring将获取用户名、用户ID、tty线路、PID、utmp类型、终端退出代码和时间。
The result of this predicate is true only if the program exits with the same exit_code mentioned in the predicate. 只有在程序退出且退出码与谓词中的exitcode相同的情况下,这个谓词的结果才是true。
The exit code of the tool can be mapped to the verdict of the execution. 工具的编辑代码可映射到执行的定论中。
Requirements can be traced to entry or exit actions and to internal transitions of states to provide justification for the need for these code sections, see Figure 7. 可从需求跟踪到进入或退出操作,跟踪到状态的内部过渡,从而为这些代码节的需求提供根据,参见图7。
The last thing to do is exit with a zero return code so that the trigger monitor will commit the GET it performed on the trigger message and wait for another 最后需要做的事情是使用一个零返回码退出,以便触发器监控器提交它在触发器消息上执行的GET并等待另一条消息
Exit exits the program with an error code of0, traditionally associated with a successful completion. exit使用错误代码0退出该程序,这个错误代码通常表示成功结束。
In the current design, these Java programs then return to the shell with an exit code. 在目前的设计中,这些Java程序会使用exit代码返回到shell。
The user exit code shown below is compiled as a dynamic linking library ( for example: DLL). 下面所示的用户退出代码被编译成动态链接库(如DLL)。
If the trace mode is not set to OFF ( which is the default), then each entry, exit and non-zero SQL code will be logged in a global temp table with the following name and format 如果跟踪模式没有被设为OFF(即默认情况),那么将使用下面的名称和格式,把每个入口、出口和非零SQL代码都记录到一个全局临时表中
Register EBX contains the exit code ( 2, in our case), a number that is returned to the OS. EBX寄存器包含退出码(在这个示例中是2),也就是返回给操作系统的一个数字。
With Java method trace, you can trace the invocations of methods in terms of method entry and method exit, on a per-thread basis, for any code running on the IBM implementation of the Java runtime. 可以利用Java方法跟踪来跟踪每个线程对方法的调用,包括进入方法和退出方法,这种跟踪针对Java运行时的IBM实现上运行的任何代码进行。
Unexpected code paths: By following the entry and exit points, it is possible to see any unexpected code paths taken by the program. 意外的代码路径:通过跟踪进入和退出点,可以看出程序是否采用了意外的代码路径。
The following example shows the CLPPlus behavior during an OS error with exit error code. 以下示例使用exit错误代码显示了出现OS错误期间的CLPPlus行为。
Channel requests relay information such as the exit code of a server-side process. 通道请求转送信息,比如服务器端流程的退出代码。
Then we call the exit() function with an error code; for this utility, we've chosen to return different numbers for every different error condition. 随后我们用错误码调用exit()函数;对于本实用程序,我们已经选择了对每个不同错误条件返回不同数字。
When a shell script process exits or returns to the parent process, the exit code should be0. 当shell脚本进程退出或返回到父进程时,退出码应该是0。
Otherwise, the task returns false if the executed command returns a non-zero exit code. 否则,如果执行的命令返回非零退出代码,则任务将返回false。
Gets or sets the exit code of the process. 获取或设置进程的退出代码。
EXIT analysis of two kinds of concatenated space time trellis code schemes 两种级联空时格码方案的EXIT分析
Efficient numerical approach to EXIT curves of accumulate code 累积码EXIT曲线的高效数值求法
Failed: As can be seen: the output in1.8. x is "42", but in1.9 becomes" 1 ". ( The" RESULT "here is the exit code of the Ruby interpreter). 可以看到:在1.8.x上面的输出结果是“42”,但是在1.9上面就变成了“1”(上面的“RESULT”是Ruby解释器的退出代码)。
You can use the exit code in a shell script to search for files on a file system and take action based on the result& e.g. 你能够在shell脚本中使用这个返回码来查找在一个文件系统中的多个文件,而后根据其返回码完成相关的操作。
The function returns an integer, which represents the exit code for the child process. 这个函数返回一个整数,代表子进程的退出码。
The control crossing principle of IF statement and WHILE loop statement were given out, which produced control blocks of multi-level exit and entry, so code control flow became more complicated. 给出if语句和while循环语句控制流交叉原理,产生多入口多出口控制块,使代码控制流复杂化。
Based on the results of EXIT chart analysis, the hybrid detection and internal iterative decoding of turbo code are optimized. 根据EXIT图的分析结果,对混合检测方法以及Turbo码的内部迭代译码进行了优化。